home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / smtp < prev    next >
Text File  |  1994-08-18  |  4KB  |  100 lines

  1.  
  2. smtp <subcommand>
  3.  
  4.  
  5.      These commands are used for the Simple  Message  Transport
  6.      Protocol  service (that is, mail).
  7.  
  8.     smtp batch [yes | no]
  9.  
  10.      If set smtp will batch the commands into one frame.  When off
  11.      only one command is sent and a response is waited for.  Some old
  12.      and flaky smtp servers cannot handle more than one command at a
  13.      time.  NOS can handle multiple.  If you are not hindered by an
  14.      old smtp server, setting batch reduces bandwidth.
  15.  
  16.     smtp bidcheck [ON | off]
  17.  
  18.      Sets or displays status of smtp bidchecking.  Default is ON.
  19.      If ON, incoming messages with dupe bids are rejected.
  20.      
  21.     smtp gateway [<hostid>]
  22.  
  23.      Displays or sets the host to be used as a "smart" mail relay.
  24.      Any  mail sent to a host not in the host table will instead be
  25.      sent to the gateway for forwarding.
  26.  
  27.     smtp kick
  28.  
  29.      Run through the outgoing mail queue and attempt to deliver any
  30.      pending  mail.  This command allows the user to "kick" the mail
  31.      system manually.  Normally, this command is periodically invoked
  32.      by a timer whenever NOS is running.
  33.  
  34.     smtp kill [<jobid>]
  35.  
  36.      Kill <jobid> and delete the message.
  37.  
  38.     smtp list
  39.  
  40.      List the current jobs. An "L" means locked and in progress.  It
  41.      is wise to add in autoexec.bat a "del /spool/mqueue/*.lck"
  42.      command.  As of JNOS 1.10 (x16), all '.lck' files are
  43.      automatically deleted on startup.
  44.  
  45.     smtp maxclients [<count>]
  46.  
  47.      Displays or sets the maximum number of simultaneous outgoing
  48.      SMTP sessions that will be allowed.  The default is 10.  Reduce
  49.      <count> if network congestion is a problem.
  50.  
  51.     smtp mode [queue | ROUTE]
  52.  
  53.      Sets the smtp delivery mode.  If 'queue', all messages are left
  54.      in /spool/rqueue for external forwarding and handling.  If
  55.      'route', messages are handled and, if for local, appended to a
  56.      mailbox, or if remote they are forwarded.  Default = 'route'
  57.  
  58.  
  59.     smtp quiet [YES | no]
  60.  
  61.      Enables or disables the message that new mail arrived at this
  62.      system.
  63.  
  64.     smtp t4 [<seconds>]
  65.  
  66.      Displays or sets a t4 timer for smtp sessions so that they will
  67.      disconnect after a period of inactivity and prevent lockups.
  68.      Default = 0, i.e., no disconnect for timeout.
  69.      
  70.     smtp timer [<seconds>]
  71.  
  72.  
  73.      Displays or sets the interval, between scans of the outbound mail
  74.      queue.  For example, smtp timer 600 will cause the system to
  75.      check for outgoing mail every 10 minutes and attempt to deliver
  76.      anything it finds, subject of course to the smtp maxclients
  77.      limit.  Setting a value of zero disables queue scanning
  78.      altogether.  This value is  recommended  for standalone IP
  79.      gateways that never handle mail, since it saves wear and tear on
  80.      the floppy disk drive.  Default = 0
  81.     
  82.  
  83.     smtp trace [<value>]
  84.  
  85.      Displays or sets the trace flag in the SMTP client, allowing you
  86.      to  watch SMTP's conversations as it delivers mail.  Zero (the
  87.      default) disables tracing.
  88.      
  89.  
  90.     smtp usemx [yes | NO]
  91.  
  92.      Displays or sets a flag enabling or disabling MX record lookups.
  93.      This can  be enabled if a domain server is available in the near
  94.      distance (reachable).  It should be disabled (default) if no
  95.      domain server is in reach to  satisfy  the MX  query.  Note that
  96.      MX record handling is very limited in NOS.  If an answer from a
  97.      domain name server comes in it is taken to be the destination.
  98.  
  99.  
  100.